@Retrodade said in 3DS emulator for Pi users based on "Borked 3DS":
@Folly pi5 64bit, where is the log? i went to look at dev/shm i dont see any error logs, must be another location? thanks
In /dev/shm you can only find the runcommand.log and not the RetroPie-Setup logs.
RetroPie-Setup gzipped logs are here :
/home/pi/RetroPie-Setup/logs
Find the one from when you tried to install Borked.
It should be the latest, if you didn't do anything else..
These logs can be read with the command zcat, like suggested by @gvx64 in post 6.
Pipe to the command more to pause the output like this :
(use "enter" and "q" to see next line or to quit)
To get the .log file you can either unzip the file like this :
gzip -d '/home/pi/RetroPie-Setup/logs/rps_2025-xx-xx-xxxxx.log.gz'Or redirect the output of zcat to a new file :
zcat '/home/pi/RetroPie-Setup/logs/rps_2025-xx-xx-xxxxx.log.gz' > mylog.log